home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
UTILITY
/
CITM24.ARJ
/
RUN.BAT
< prev
Wrap
DOS Batch File
|
1991-03-26
|
3KB
|
45 lines
echo off
cls
echo ┌────────────────────────────────────────────────────────────────┐
echo │ *** A demonstration of CITM 2.4 *** │
echo │ │
echo │ This demo will not work unless your default directory │
echo │ contains the following files: │
echo │ │
echo │ CITM.EXE Main program │
echo │ CITM.DOC Documentation fro CITM 2.4 │
echo │ RUN.BAT Batch file to run demo │
echo │ COM.DIR Data file used in the demo │
echo │ EXE.DIR " │
echo │ │
echo │ If these files are not in your default directory, please │
echo │ hit Ctrl-Break (Ctrl-C) now - otherwise: │
echo └────────────────────────────────────────────────────────────────┘
PAUSE
CLS
echo ┌────────────────────────────────────────────────────────────────┐
echo │ Two files, COM.DIR and EXE.DIR, were previously obtained │
echo │ from various directories and then sorted by date. We wish │
echo │ to use these two files to find the distribution of COM's │
echo │ and EXE's by year. │
echo │ │
echo │ In both of these files, the year is found at column 30 and │
echo │ is 2 characters wide. The problem is solved simply by │
echo │ issuing the following command: │
echo │ │
echo │ CITM *.DIR 30 2 │
echo └────────────────────────────────────────────────────────────────┘
PAUSE
echo